﻿html {
    scroll-behavior: smooth;
}
/* CSS menu tabs*/
.doots {
    display: flex;
    justify-content: space-around;
    height: 60px;
    align-content: space-around;
    position: relative;
    background-image: linear-gradient(90deg, #fff 40%, #021f59 40%);
    padding: 0;
}

.tab_color {
    background-color: #021f59;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

a.active h4 {
    color: #00bf44;
    font-family: 'Mohr-Medium';
    font-size: 0.875rem;
    position: relative;
}

a.active h4::after {
    content: '';
    position: absolute;
    width: 120%;
    height: 4px;
    background-color: #00bf44;
    left: -10%;
    bottom: -8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.nav-pills li {
    width: 240px;
    justify-content: center;
    background-color: #021f59;
}

.nav-pills li:first-child {
    background-color: #fff;
    position: relative;
}

.nav-pills li:first-child:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 27px solid #fff;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    right: -27px;
}

.txt-fixo {
    font-size: 0.875rem;
    color: #00bf44;
    font-family: 'Mohr-Medium';
    position: relative;
    font-weight: 500;
    line-height: 2.71;
    text-align: center;
    color: #00bf44;
}

.txt-inativo {
    font-size: 0.875rem;
    font-family: 'Mohr-Medium';
    font-weight: 500;
    line-height: 2.71;
    text-align: center;
    color: #fff;
}

.colPrin {
    padding-right: 0px;
    padding-left: 0px;
}

.tabs_menu {
    overflow-x: hidden;
}

/*fim CSS tabs*/

.scroll_bar {
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
}

* {
    scrollbar-width: 0;
}

*::-webkit-scrollbar {
    background-color: transparent;
    width: 7px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background-color: #ddd;
    border: 2px solid #fff;
}

/* TAB Marfrig Verde + */
/* video */
.video-container {
    width: 100%;
    height: 90vh;
    background-color: #000;
    position: relative;
    display: flex;
    align-items: flex-start;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
}

.video-container video {
    width: 100%;
    height: 90vh;
    opacity: 0;
}

.video-container::before {
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
        linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.59) 99%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-info {
    position: absolute;
    left: 7.6rem;
    bottom: 4.5rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.video-info-detalhes {
    display: flex;
    flex-direction: column;
    transition: opacity 0.6s ease-in;
    opacity: 1;
}

.video-info-detalhes .title-video {
    font-family: 'Mohr-SemiBold';
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 0.95;
    text-align: left;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.video-info-detalhes .time-video {
    font-family: 'Mohr-SemiBold';
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.31;
    text-align: left;
    color: #fff;
    padding-top: 12px;
}

.play-video {
    min-width: 0;
    width: 93px;
    height: 93px;
    margin-right: 21px;
    background-color: rgba(0, 191, 68, 0.71);
    border-radius: 50%;
    border: 0 !important;
    transition: opacity 0.6s ease-in;
    opacity: 1;
    position: relative;
}

.play-video::before {
    content: '';
    width: 22px;
    height: 27px;
    background-image: url('/es/Imagens/marfrig-verde-mais/marfrig-verde-mais-play.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box-destaque {
    position: absolute;
    top: 6rem;
    right: 15rem;
    color: #fff;
    width: 30%;
    transition: opacity 0.6s ease-in;
    opacity: 1;
}

.box-destaque ul li {
    font-family: 'Mohr-BlackIt';
    font-size: 3.875rem;
    font-weight: 900;
    line-height: 1.34;
    text-align: left;
    color: #fff;
    list-style: none;
}

.box-destaque ul li+li {
    margin-left: 30px;
}

.box-destaque ul li+li+li {
    margin-left: 60px;
}

.box-destaque ul li::before {
    transform: rotate(90deg);
    width: 35px;
    height: 35px;
    background-image: url('/es/Imagens/marfrig-verde-mais/marfrig-verde-mais-topico.png');
    background-size: 41px 37px;
    display: inline-block;
    content: '';
    margin-right: 15px;
}

.box-destaque div {
    font-family: 'Mohr-RegularIt';
    font-size: 18px;
    line-height: 1.31;
    text-align: left;
    color: #fff;
    width: 98%;
}

.box-destaque a {
    color: #fff;
    text-decoration: none !important;
    font-weight: bold;
}

.box-destaque a:hover {
    color: #00bf44;
    font-weight: bold;
}

/* fim vÃ­deo */

.btnScrool {
    min-width: 0;
    width: 70px;
    height: 70px;
    padding: 24.5px;
    border-radius: 50%;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.produzir {
    padding: 10rem 10rem 2rem;
    position: relative;
}

.produzir::after {
    width: 514px;
    height: 280px;
    background-image: url('/es/Style Library/images/marfrig-verde-mais-arcos.svg');
    background-size: 100%;
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.produzir .container-text,
.produzir .container-image {
    margin-bottom: 5rem;
}

.produzir .container-text h2 {
    font-family: 'Mohr-BlackIt';
    font-size: 4.75rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.76px;
    text-align: left;
    color: #021f59;
}

.produzir .container-text div {
    font-family: 'Mohr-Medium';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #707070;
    width: 82%;
}

.produzir .container-image {
    position: relative;
}

.container-image .image-front {
    position: absolute;
    width: 321.5px;
    height: auto;
    z-index: 1;
    bottom: -1rem;
    left: 0;
}

.container-image .image-back {
    position: absolute;
    width: 380px;
    height: auto;
    z-index: 0;
    bottom: 2rem;
    right: 0;
}

.container-image .image-small {
    width: 454px;
    height: auto;
}

.container-image .image-large {
    width: 510px;
    height: auto;
}

.planejamento {
    background-color: #fafafa;
    padding: 2.5rem 9.5rem;
}

.planejamento h3 {
    font-family: 'Mohr-SemiBoldIt';
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: -0.42px;
    text-align: center;
    color: #021f59;
    margin-bottom: 50px;
}

.planejamento-text h4 {
    font-family: 'Mohr-Bold';
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: -0.42px;
    text-align: left;
    color: #021f59;
}

.planejamento-text div {
    font-family: 'Mohr-Medium';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #707070;
    width: 100%;
}

.planejamento-text a{
    color: #021f59;
}

.planejamento-text a:hover{
    color: #00bf44;
}

.planejamento .border-custom {
    border-right: 1px solid #a0a0a0;
}

.planejamento .margin-custom {
    margin-left: 4rem;
}

.planejamento .width-custom {
    width: 100%;
}

.planejamento-text-center {
    font-family: 'Mohr-Medium';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #707070;
    margin-top: 4.5rem;
}

.planejamento-destaque {
    font-family: 'Mohr-SemiBold';
    font-size: 0.875rem;
    line-height: 1.5;
    color: #021f59;
    text-align: center;
}

.planejamento-link {
    font-family: 'Mohr-Mediumlt';
    font-weight: 500;
    text-align: center;
    color: #00bf44;
    text-align: center;
    text-decoration: underline !important;
    display: block;
    font-size: 0.875rem !important;
}

.planejamento-link:hover {
    cursor: pointer;
    color: #00bf44;
    text-decoration: none !important;
}

.recursos .row {
    width: 102%;
    overflow-x: hidden !important;
}

.recursos .bg_grey {
    background-color: #d9e0ed;
    position: relative;
}

.recursos img {
    position: absolute;
    top: 8%;
    left: 50%;
    width: 440px;
    z-index: 5;
}

.recursos .card_info_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6% 10% 6% 20%;
}

.recursos .card_info_right h2 {
    font-family: 'Mohr-BlackIt';
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.72px;
    text-align: left;
    color: #021f59;
}

.recursos .card_info_right div {
    font-family: 'Mohr-Mediumlt';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #707070;
}

/* Fim TAB Marfrig Verde + */

/* TAB Metas */
.amazonia .bg-grey,
.cerrado .bg-grey,
.section-3 {
    background-color: #d9e0ed;
    position: relative;
}

.section-3 {
    background-color: #d9e0ed;
    padding: 3rem 0;
}

.amazonia .bg-grey img {
    position: absolute;
    top: 8%;
    left: 32%;
    width: 438px;
    z-index: 5;
}

.amazonia .card_info_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6% 4% 6% 20%;
}

.amazonia .card_info_right p {
    font-family: 'Mohr-Mediumlt';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.71;
    text-align: left;
    color: #707070;
    margin-bottom: 5px;
}

.amazonia .card_info_right div {
    font-family: 'Mohr-Mediumlt';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.71;
    text-align: left;
    color: #707070;
    margin-bottom: 5px;
}

.amazonia .card_info_right .title-top {
    font-family: 'Mohr-ExtraLightIt';
    font-size: 3rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -0.96px;
    text-align: left;
    color: #00bf44;
    margin: 0;
}

.amazonia .card_info_right .title-bottom {
    font-family: 'Mohr-BlackIt';
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.72px;
    text-align: left;
    color: #021f59;
    margin: 0;
}

.amazonia .bioma-table {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

.amazonia .card_info_right img {
    margin-top: 20px;
}

.cerrado {
    background-color: #f5f5f5;
}

.cerrado .bg-grey img {
    position: absolute;
    top: 8%;
    right: 32%;
    width: 438px;
    z-index: 5;
}

.cerrado .card_info_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6% 20% 6% 4%;
}

.cerrado .card_info_left p {
    font-family: 'Mohr-Mediumlt';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.71;
    text-align: right;
    color: #707070;
    margin-bottom: 5px;
}

.cerrado .card_info_left div {
    font-family: 'Mohr-Mediumlt';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.71;
    text-align: right;
    color: #707070;
    margin-bottom: 5px;
}

.cerrado .card_info_left .title-top {
    font-family: 'Mohr-ExtraLightIt';
    font-size: 3rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -0.96px;
    text-align: right;
    color: #00bf44;
    margin: 0;
}

.cerrado .title-top {
    font-family: 'Mohr-ExtraLightIt';
    font-size: 3rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -0.96px;
    text-align: center;
    color: #00bf44;
    margin: 0;
}

.cerrado .card_info_left .title-bottom {
    font-family: 'Mohr-BlackIt';
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.72px;
    text-align: right;
    color: #021f59;
    margin: 0;
}

.cerrado .title-bottom {
    font-family: 'Mohr-BlackIt';
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.72px;
    text-align: center;
    color: #021f59;
    margin: 0;
}

.milestones {
    background-color: #f5f5f5;
    padding: 3rem 0;
}

.milestones a {
    color: #021f59;
    font-weight: bold;
}

.milestones a:hover {
    color:#00bf44;
}
.milestones .title-bottom {
    font-family: 'Mohr-BlackIt';
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.72px;
    text-align: center;
    color: #021f59;
    margin: 0;
}

.milestones .title-top {
    font-family: 'Mohr-ExtraLightIt';
    font-size: 3rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -0.96px;
    text-align: center;
    color: #00bf44;
    margin: 20px 0px;
}

.cerrado .bioma-table {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.cerrado .card_info_left img {
    margin-top: 20px;
}

.bioma-table img {
    width: 70%;
}

.nossaOp {
    background-color: #fff;
    padding: 5%;
}

.opBr {
    margin-bottom: 5rem;
}

.txt_title_op {
    font-size: 3.75rem;
    margin: 10px 0px;
    color: #00bf44;
    display: block;
    font-family: 'Mohr-ExtraLightIt';
    text-align: center;
}

.infoColBlue {
    padding-top: 2rem;
}

.infoColBlue>p {
    color: #00bf44;
    font-size: 4.5rem;
    line-height: 74px;
    letter-spacing: -1.44px;
    text-align: center;
    font-family: 'Mohr-SemiBoldIt';
    margin-bottom: 0px;
}

.infoColBlue>span {
    font-size: 1.06rem;
    color: #707070;
    font-family: 'Mohr-Medium';
    line-height: 21px;
    text-align: center;
    display: block;
}

.logo {
    border-radius: 100%;
    width: 88px;
    height: 88px;
    display: flex;
    margin: 15px auto;
    background-color: #021f59;
}

.metas {
    padding: 3rem 0px;
}

.metas .title {
    font-family: 'Mohr-BoldIt';
    font-size: 4.5rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: -1.44px;
    text-align: center;
    color: #021f59;
}

/* time line */

.timeline:before {
    content: '';
    position: absolute;
    height: 93.5%;
    left: 50%;
    width: 1px;
    top: -20px;
    background: #a0a0a0;
    z-index: 0;
    margin-top: 6rem;
}

.timeline {
    position: relative;
    margin: 50px auto;
    margin-bottom: 0px;
    width: 1180px;
    padding: 50px 0;
}

.timeline ul {
    margin: 0;
    padding: 0;
}

.timeline ul li {
    list-style: none;
    box-sizing: border-box;
    line-height: normal;
    position: relative;
    width: 50%;
    padding: 40px 70px;
}

.timeline ul li .right_content h2 {
    color: #00bf44;
    font-size: 5rem;
    font-family: 'Mohr-Thin';
    padding: 0px 2px 18px 0px;
}

.txt_disc {
    font-size: 0.875rem;
    line-height: 21px;
    color: #707070;
    font-family: 'Mohr-Medium';
    margin-bottom: 0;
}

.rightDots::before {
    content: '';
    width: 20px;
    height: 35px;
    position: absolute;
    background: white;
    top: 2.25rem;
    left: -0.55rem;
    z-index: 1000;
}

.leftDots::before {
    content: '';
    width: 20px;
    height: 35px;
    position: absolute;
    background: white;
    top: 2.25rem;
    right: -0.65rem;
    z-index: 1000;
}

.leftDots span {
    font-family: 'Mohr-Regular';
    font-size: 1.313rem;
    line-height: 3.43;
    letter-spacing: -0.84px;
    color: #00bf44;
    position: absolute;
    top: -42px;
    right: 75px;
}

.rightDots span {
    font-family: 'Mohr-Regular';
    font-size: 1.313rem;
    line-height: 3.43;
    letter-spacing: -0.84px;
    color: #00bf44;
    position: absolute;
    top: -42px;
    left: 75px;
}

.timeline ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}

.left_content {
    padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('/es/Style Library/images/circleAzul.svg');
    background-repeat: round;
    border-radius: 50%;
    right: -0.65rem;
    top: 2rem;
    z-index: 10;
}

.timeline ul li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('/es/Style Library/images/circleAzul.svg');
    background-repeat: round;
    border-radius: 50%;
    left: -0.559rem;
    top: 2rem;
    z-index: 10;
}

.timeline ul li:nth-child(odd) .left_content {
    position: absolute;
    top: 12px;
    right: -165px;
    margin: 0;
    padding: 8px 16px;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(59, 112, 239, 0.3);
    border-radius: 18px;
}

.timeline ul li:nth-child(even) .left_content {
    position: absolute;
    top: 12px;
    left: -165px;
    margin: 0;
    padding: 8px 16px;

    color: #fff;
    box-shadow: 0 0 0 3px rgba(59, 112, 239, 0.3);
    border-radius: 18px;
}

.pre_footer {
    margin-bottom: 3rem;
}

.dots3 {
    margin: 0 auto;
    margin-top: 10px;
    width: 10px;
    height: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #021f59;
    clear: both;
    transform: translate(0px, 3.5rem);
}

/* Fim TAB Metas */

/* TAB Pilares */
.pilares {
    padding: 60px 50px;
    max-width: 1350px;
    margin: 0 auto;
}

.box-text {
    width: 31%;
    max-width: 380px;
    margin: 0 auto;
    position: relative;
}

.box-text .title-one {
    font-family: 'Mohr-Lighit';
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.72px;
    text-align: left;
    color: #021f59;
    margin-left: 55px;
}

.box-text .title-two {
    font-family: 'Mohr-Lighit';
    font-size: 4.5rem;
    font-weight: 200;
    line-height: 0.83;
    letter-spacing: -1.44px;
    text-align: left;
    color: #021f59;
}

.box-text .title-three {
    font-family: 'Mohr-BoldIt';
    font-size: 6.25rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -2px;
    text-align: right;
    color: #00bf44;
}

.box-cards {
    margin: 3rem 0;
}

.box-cards .box-flex {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

.card-large {
    margin-right: 4%;
    height: 410px;
    width: 367px;
    background: #f5f5f5;
    border-top-left-radius: 17px;
    border-top-right-radius: 19px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 10px 10px rgb(12, 12, 12, 0.1);
    position: relative;
    z-index: 2;
    margin-top: 50px;
    margin-bottom: 10%;
    padding: 6%;
}

.card-large::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #f5f5f5;
    position: absolute;
    bottom: -5%;
    right: 20%;
    z-index: 1;
}

.card-large::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid rgb(12, 12, 12, 0.1);
    position: absolute;
    bottom: -6.7%;
    right: 20%;
    z-index: 0;
}

.card-large-top {
    background-color: #f5f5f5;
    width: 366px;
    height: 100px;
    position: absolute;
    top: -28px;
    left: 0;
    border: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 45px;
    transform: rotate(175deg);
    z-index: -1;
}

.large-box-text {
    font-family: 'Mohr-Regular';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.29;
    text-align: center;
    color: #707070;
    height: 375px;
    overflow-y: auto;
}

.large-box-text h5 {
    font-family: 'Mohr-SemiBold';
    font-size: 1rem;
    font-weight: 600;
    color: #021f59;
    margin-top: 10px;
}

.large-box-text::-webkit-scrollbar {
    width: 5px;
}

.large-box-text::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 100px;
}

.large-box-text::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 100px;
}

.large-box-text::-webkit-scrollbar-thumb:hover {
    background: #c0c0c0;
}

.bg-desenvolvimento,
.bg-estruturacao,
.bg-mecanismos {
    width: 410px;
    height: 440px;
    border-radius: 20px;
    position: absolute;
    bottom: -95px;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.bg-desenvolvimento {
    background-color: #aed7ec;
}

.bg-estruturacao {
    background-color: #caefed;
}

.bg-mecanismos {
    background-color: #bce1c9;
}

.title-desenvolvimento,
.title-estruturacao,
.title-mecanismos {
    font-family: 'Mohr-SemiBold', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.31;
    text-align: left;
    color: #021f59;
    margin-bottom: 24px;
    width: 60%;
}

/* .pilares-icon {
    width: 100px;
  } */

.eixos {
    background-color: #f5f5f5;
    padding: 50px 102px;
    margin-top: 80px;
}

.eixos-container {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eixos .box-text div * {
    font-size: 0.875rem;
    line-height: 1.29;
    text-align: center;
    color: #707070;
    font-family: 'Mohr-Regular';
}

.eixos .box-text h5 {
    font-family: 'Mohr-SemiBold';
    font-size: 1rem;
    font-weight: 600;
    color: #021f59;
    margin-top: 10px;
}

.eixos .box-left {
    position: absolute;
    left: -2%;
    top: 60%;
}

.eixos .box-right {
    position: absolute;
    right: -2%;
    top: 60%;
}

.eixos .box-image img {
    margin-top: 30px;
    margin-left: 10px;
    width: 450px;
    height: 450px;
}

/* Fim TAB Pilares */

/* inicio TAB Parceiros */
.subtitulo {
    background-color: #00bf44;
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.subtitulo-div {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-family: "Mohr-Medium";

}

.subtitulo .container {
    width: 70%;
    padding: 40px 0px;
}

.card {
    height: 170px;
    display: flex;
    justify-content: center;
    padding-left: 3rem;
}

.img_cards_singlo {
    display: grid;
    align-items: center;
}

.cards {
    background-color: #f5f5f5;
    padding: 50px 271px 100px 251px;
}

.card-img {
    width: 70%;
    margin: auto;
}

.card-title {
    color: #00bf44;
    margin-right: 45px;
    font-size: 1.31rem;
    font-family: "Mohr-Bold";
}

.card-text {
    font-family: "Mohr-Medium";
    color: #707070;
    line-height: 1.5;
    font-size: 0.9rem;
}

/* Fim TAB Parceiros */

@media screen and (min-width: 1900px) {

    .produzir .row,
    .planejamento .row {
        max-width: 1280px !important;
        margin: 0 auto !important;
    }

    .recursos .card_info_right {
        padding: 8% 16%;
    }

    .recursos img {
        left: 65%;
        top: 11%;
        width: 450px;
    }

    .amazonia .bg-grey img {
        left: 55%;
        top: 11%;
        width: 450px;
    }

    .cerrado .bg-grey img {
        right: 55%;
        top: 11%;
        width: 450px;
    }

    .eixos-container {
        width: 80%;
        margin: 0 auto;
    }

    .eixos .box-left {
        left: 0;
    }

    .eixos .box-right {
        right: 0;
    }
}

@media screen and (max-width: 1536px) {
    .nav-pills li:first-child:after {
        border-left: 27px solid #fff;
        border-top: 31px solid transparent;
        border-bottom: 31px solid transparent;
        top: -1px;
        right: -26px;
    }

    .doots {
        background-image: linear-gradient(90deg, #fff 34.5%, #021f59 30%);
    }

    .recursos img {
        left: 59%;
    }

    .amazonia .bg-grey img {
        left: 45%;
    }

    .cerrado .bg-grey img {
        right: 45%;
    }
}

@media screen and (max-width: 1367px) {
    .recursos img {
        left: 50%;
    }

    .amazonia .card_info_right {
        padding: 6% 4% 6% 22%
    }

    .cerrado .card_info_left{
        padding: 6% 22% 6% 4%;
    }
    .box-destaque ul li {
    font-size: 2.5rem;
	}
	
	.box-destaque div {
	    line-height: 1.3;
	    width: 100%;
	}
	.box-destaque {
	    right: 6rem;
	    width: 40%;
	}

}
@media screen and (max-width: 1280px) {
    .nav-pills li:first-child:after {
        border-top: 30px solid transparent;
    }

    .doots {
        background-image: linear-gradient(90deg, #fff 31.4%, #021f59 30%);
    }

    .video-info {
        left: 6rem;
    }

    .box-destaque {
        right: 6rem;
    }

    .box-destaque ul li {
        font-size: 3.25rem;
    }

    .recursos img {
        left: 48%;
        width: 400px;
    }

    .box-text {
        width: 35%;
    }

    .card-large,
    .card-large-top {
        width: 340px;
    }

    .card-large::after {
        bottom: -6.8%;
    }

    .bg-desenvolvimento,
    .bg-estruturacao,
    .bg-mecanismos {
        width: 380px;
    }

    .eixos .box-left {
        left: -6%;
    }

    .eixos .box-right {
        right: -6%;
    }

    .amazonia .bg-grey img,
    .cerrado .bg-grey img {
        width: 400px;
    }

    .amazonia .bg-grey img {
        left: 36%;
    }

    .cerrado .bg-grey img {
        right: 36%;
    }
}

@media screen and (max-width: 1024px) {
	.box-destaque {
		top: 3rem;
	}
	.box-destaque div {
	    font-size: 16px;
	}
    .video-container,
    .video-container video {
        height: 75vh;
    }

    .box-destaque ul li {
        font-size: 2.6rem;
    }

    .produzir {
        padding: 8rem 4rem 0;
    }

    .container-image .image-large {
        width: 100%;
    }

    .container-image .image-small {
        width: 90%;
    }

    .planejamento {
        padding: 2.5rem 2rem;
    }

    .planejamento .margin-custom {
        margin-left: 2rem;
    }

    .recursos img {
        left: 45%;
        width: 100%;
        top: 16%;
    }

    .box-text {
        width: 44%;
    }

    .pilares .margin-custom {
        margin-top: 150px;
    }

    .box-cards .box-flex {
        justify-content: space-around;
        gap: 10px;
    }

    .box-cards {
        margin: -6rem 0;
    }

    .eixos {
        margin-top: 200px;
        padding-bottom: 100px;
    }

    .eixos .box-left,
    .eixos .box-right {
        top: unset;
        bottom: -3rem;
    }

    .amazonia .bg-grey img,
    .cerrado .bg-grey img {
        width: 330px;
    }

    .amazonia .bg-grey img {
        left: 32%;
    }

    .cerrado .bg-grey img {
        right: 32%;
    }

    .timeline {
        width: 1000px;
    }

    .timeline ul li .right_content h2 {
        line-height: 75px;
    }

    .leftDots span,
    .rightDots span {
        top: -15px;
    }
}

@media (max-width: 1000px) {
    .timeline {
        width: 100%;
    }
}

@media screen and (max-width: 920px) {
    .doots {
        height: 250px;
        background-color: #021f59;
        background-image: none;
    }

    .nav,
    .nav-pills li {
        width: 100%;
    }

    .nav-pills li:first-child:after {
        display: none;
    }

    .box-destaque ul li {
        font-size: 1.9rem;
    }

    .container-image .image-front {
        left: 1rem;
        top: 5rem;
    }

    .container-image .image-back {
        position: relative;
        right: -17rem;
        /* top: 0.5rem; */
    }

    .container-image .image-large,
    .container-image .image-small {
        width: 107%;
    }

    .video-container,
    .video-container video {
        height: 60vh;
    }

    .produzir::after {
        width: 383px;
        height: 215px;
    }

    .planejamento h3 {
        width: 80%;
        margin: 0 auto 50px;
    }

    .planejamento .margin-custom {
        margin-left: 0;
    }

    .planejamento .border-custom {
        border-right: 0;
    }

    .produzir .container-text div {
        width: 100%;
    }

    .recursos .container-fluid {
        padding: 0;
    }

    .recursos .bg_grey {
        text-align: center;
        padding: 2rem 0;
    }

    .recursos img {
        position: relative;
        width: 200px;
        top: 0;
        left: 0;
    }

    .recursos .card_info_right {
        padding: 2.5rem 4.5rem;
    }

    .box-text {
        width: 55%;
    }

    .eixos .box-left,
    .eixos .box-right {
        top: unset;
        bottom: -5rem;
    }

    .eixos .box-image img {
        margin-top: 30px;
        margin-bottom: 90px;
        margin-left: 10px;
        width: 350px;
        height: 340px;
    }

    .amazonia .bg-grey,
    .cerrado .bg-grey {
        text-align: center;
        padding: 2rem 0;
    }

    .amazonia .bg-grey img,
    .cerrado .bg-grey img {
        position: relative;
        width: 200px;
        top: 0;
        left: 0;
    }

    .amazonia .card_info_right {
        padding: 2.5rem 4.5rem;
    }

    .cerrado .card_info_left {
        padding: 2.5rem 4.5rem;
    }

    .cerrado .card_info_left p,
    .cerrado .card_info_left .title-top,
    .cerrado .card_info_left .title-bottom {
        text-align: left;
    }

    .cerrado .box-flex {
        flex-direction: column-reverse;
    }

    .cerrado .bioma-table {
        display: flex;
        align-items: flex-start !important;
        flex-direction: column;
        justify-content: center;
    }

    .bioma-table img {
        width: 100%;
    }

    .infoColBlue>p {
        font-size: 3.125rem;
    }
}

@media screen and (max-width: 768px) {
    .video-info {
        left: 3rem;
    }

    .box-destaque {
        right: 3rem;
    }

    .play-video {
        width: 50px;
        height: 50px;
    }

    .play-video::before {
        width: 13px;
        height: 15px;
    }

    .video-info-detalhes .title-video {
        font-size: 1rem;
    }

    .video-info-detalhes .time-video {
        font-size: 0.875rem;
    }

    .box-destaque ul li {
        font-size: 1.6rem;
    }

    .box-destaque ul li::before {
        width: 20px;
        height: 18px;
        background-size: 20px 18px;
    }

    .btnScrool {
        display: none;
    }

    .produzir .container-text h2{
        margin-top: 2rem;
    }

    .produzir::after {
        width: 300px;
        height: 163px;
    }

    .produzir .container-text,
    .produzir .container-image {
        margin-bottom: 1rem;
    }

    .planejamento-text-center {
        margin-top: 2rem;
    }

    .box-text {
        width: 45%;
    }

    .box-text .title-two {
        font-size: 4.1rem;
    }

    .box-text .title-three {
        font-size: 5rem;
    }

    .cards {
        padding: 50px 80px;
    }

    .card-bg {
        padding: 25px;
        margin: 0;
    }

    .card-title {
        font-size: 1rem;
    }

    .card-img {
        width: 53%;
    }
}

@media (min-width: 768px) and (max-width: 834px) {
    .cards {
        padding: 50px 80px;
    }

    .card-title {
        font-size: 1rem;
    }

    .card-img {
        width: 53%;
    }

    .subtitulo .container {
        width: 90%;
    }
    .box-destaque {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .dots4 img {
        display: none;
    }

    .timeline {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .timeline:before {
        left: 20px;
        height: 96%;
    }

    .pre_footer {
        margin-top: 0px;
    }

    .txt_pre_footer {
        width: 100%;
    }

    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
    }

    .timeline ul li:nth-child(odd):before {
        top: 2rem;
        left: 0.6rem;
    }

    .timeline ul li:nth-child(even):before {
        top: 2rem;
        left: 0.6rem;
    }

    .rightDots::before {
        top: 2.4rem;
        left: 0.6rem;
    }

    .leftDots::before {
        top: 2.4rem;
        left: 0.6rem;
    }

    .timeline ul li:nth-child(odd) .left_content,
    .timeline ul li:nth-child(even) .left_content {
        top: 35px;
        left: 50px;
        right: inherit;
    }
}

@media screen and (max-width: 640px) {
	.rightDots::before{
		background-color: transparent;
	}
	.timeline:before{
		top: -30px;
	}
	.timeline ul li:nth-child(odd):before{
		top: 3rem;
	}
	.timeline ul li:nth-child(even):before{
		top: 3rem;
	}
	.timeline ul li .right_content h2 {
	    font-size: 3.5rem;
	    line-height: 50px;
	}
    .title_poli {
        font-size: 2.8rem;
    }

    .content_poli {
        width: 100%;
        padding: 0;
    }

    .video-info {
        left: 2rem;
        bottom: 0.5rem;
    }

    .box-destaque {
        width: 40%;
        right: 2rem;
        top: 2rem;
    }
    
    .doots{
		height: auto;
	}

    .box-destaque ul li::before {
        width: 15px;
        height: 13px;
        background-size: 15px 13px;
    }

    .box-destaque p {
        width: 100%;
        font-size: 0.875rem;
    }

    .video-info-detalhes .title-video {
        padding-bottom: 2px;
    }

    .video-info-detalhes .time-video {
        padding-top: 4px;
    }

    .produzir {
        padding: 4rem 2rem 0;
    }

    .produzir::after {
        width: 160px;
        background-repeat: no-repeat;
    }

    .produzir .container-text h2 {
        font-size: 3rem;
    }

    .produzir .container-text p {
        width: 100%;
    }

    .container-image .image-front {
        width: 250px;
    }

    .container-image .image-back {
        width: 300px;
        right: -9rem;
        top: 0;
    }
    .video-container, .video-container video{
		height: 70vh;
	}

    .box-text {
        width: 65%;
        border-radius: 20px;
        margin-bottom: 20px;
        padding: 15px;
    }

    .bg-desenvolvimento,
    .bg-estruturacao,
    .bg-mecanismos {
        left: -19px;
    }

    .eixos {
        padding: 50px 50px 100px;
    }

    .eixos-container {
        flex-direction: column-reverse;
    }

    .eixos .box-text {
        border-radius: 20px;
        background-color: #caefed;
        margin-bottom: 20px;
        padding: 15px;
    }

    .eixos .box-left,
    .eixos .box-right {
        position: relative;
        left: unset;
        top: unset;
        right: unset;
        bottom: unset;
    }

    .eixos .box-left {
        background-color: #aed7ec;
    }

    .eixos .box-right {
        background-color: #bce1c9;
    }

    .eixos .box-image img {
        margin: 0;
        margin-bottom: 50px;
        width: 100%;
        height: 100%;
    }

    .infoColBlue {
        padding-top: 0rem;
        padding-bottom: 2rem;
    }

    .opBr {
        margin-bottom: 2rem;
    }

    .nossaOp {
        padding: 5% 5% 15% 5%;
    }

    .leftDots span {
        right: unset;
        left: 55px;
        top: -10px;
    }

    .rightDots span {
        right: unset;
        left: 55px;
        top: -10px;
    }
    .container-text > div > div,
    .planejamento-text div,
    .recursos .card_info_right div{
		text-align: justify !important;
	}
}

@media screen and (max-width: 450px) {
    .box-destaque {
        width: 90%;
        top: 3rem;
        left: 2.5rem;
    }

    .box-destaque ul {
        margin-bottom: 0;
    }

    .box-destaque ul li {
        font-size: 1.4rem;
    }

    .box-destaque p {
        font-size: 0.8rem;
        width: 90%;
        margin-top: 1rem;
    }

    .video-info {
        bottom: 3rem;
    }

    .container-image .image-front {
        width: 200px;
    }

    .container-image .image-back {
        width: 260px;
        right: -6rem;
    }

    .planejamento .col-12,
    .planejamento .container-fluid {
        padding: 0;
    }

    .planejamento-text p {
        width: 100%;
    }

    .recursos .card_info_right h2 {
        font-size: 3rem;
    }

    .recursos .row {
        width: 104%;
        overflow-x: hidden !important;
    }

    .box-cards {
        margin: -9rem 0;
    }

    .box-text {
        width: 100%;
    }

    .box-text .title-one {
        font-size: 2rem;
    }

    .box-text .title-two {
        font-size: 3.8rem;
    }

    .box-text .title-three {
        font-size: 5rem;
    }

    .bg-desenvolvimento,
    .bg-estruturacao,
    .bg-mecanismos {
        width: 300px;
        height: 460px;
    }

    .card-large,
    .card-large-top {
        width: 260px;
    }

    .card-large {
        margin-bottom: 18%;
    }

    .card-large::after {
        bottom: -6.7%;
    }

    .pilares .margin-custom {
        margin-top: 120px;
    }

    .cards {
        padding: 30px;
    }

    .card-bg {
        padding: 15px â€‹20px;
    }

    .card-img {
        width: 43%;
    }

    .card-img img {
        max-width: 95px;
        top: calc(50% - 17.5px);
        position: relative;
    }

    .card-title {
        font-size: 0.7rem;
    }

    .card-text {
        font-size: 0.57rem;
    }

    .card-img {
        padding-top: 8px;
        display: grid;
        align-items: center;
    }

    .card-img {
        padding-top: 8px;
        display: grid;
        align-items: center;
        align-content: space-between;
        right: 5px;
        position: relative;
    }

    .space_mobile {
        position: relative;
        left: 10px;
    }

    .amazonia .card_info_right,
    .cerrado .card_info_left {
        padding: 2.5rem 3rem;
    }

    .amazonia .card_info_right .title-bottom,
    .cerrado .card_info_left .title-bottom, 
    .milestones .title-bottom {
        font-size: 3rem;
    }

    .amazonia .card_info_right .title-top,
    .cerrado .card_info_left .title-top,
    .milestones .title-top {
        font-size: 2rem;
    }

    .infoColBlue>p {
        font-size: 3.75rem;
    }

    .metas .title {
        font-size: 4rem;
    }
}

@media(max-width: 425px) {

    .cards {
        padding: 30px;
    }

    .card-img {
        width: 60%;
    }

    .card-img img {
        max-width: 95px;
        top: calc(50% - 17.5px);
        position: relative;
    }

    .card-title {
        font-size: .7rem;
    }

    .card-text {
        font-size: .57rem;
    }

    .card-img {
        padding-top: 0px;
        display: grid;
        align-items: center;
        align-content: space-between;
        right: 13px;
        position: relative;
    }

    .img_cards_singlo {
        display: grid;
        align-items: center;
        justify-items: center;
    }

    .card {
        height: 235px;
        display: flex;
        padding-left: 0rem;
        justify-content: center;
    }
}

@media screen and (max-width: 375px) {
    .container-image .image-back {
        right: -4rem;
        width: 238px;
    }

    .box-text {
        width: 90%;
    }

    .box-text .title-one {
        margin-left: 30px;
        font-size: 1.8rem;
    }

    .box-text .title-two {
        font-size: 3rem;
    }

    .box-text .title-three {
        font-size: 4rem;
    }

}

@media screen and (max-width: 320px) {
    .box-destaque {
        top: 2rem;
    }

    .video-info {
        bottom: 2rem;
    }

    .container-image .image-front {
        width: 150px;
    }

    .container-image .image-back {
        width: 193px;
    }

    .container-image .image-large,
    .container-image .image-small {
        width: 113%;
    }

    .recursos .card_info_right {
        padding: 2.5rem 3.5rem;
    }

    .box-text {
        width: 100%;
    }

    .box-text .title-one {
        font-size: 1.5rem;
    }

    .box-text .title-two {
        font-size: 2.7rem;
    }

    .box-text .title-three {
        font-size: 3.5rem;
    }

    .eixos {
        padding: 50px 36px;
    }

    .eixos .box-image img {
        width: 260px;
        height: 250px;
    }

    .card-bg {
        padding: 15px;
    }

    .card-img {
        width: 50%;
    }

    .card-title {
        font-size: 0.7rem;
        margin: 0;
    }

    .txt_title_op {
        font-size: 3.125rem;
    }

    .card-img {
        width: 50%;
    }

    .card-title {
        font-size: .7rem;
        margin: 0;
    }

}